home *** CD-ROM | disk | FTP | other *** search
- Path: dispatch.news.demon.net!demon!ryker.demon.co.uk
- From: will@ryker.demon.co.uk (Daz Talbot)
- Newsgroups: comp.sys.amiga.applications
- Subject: Re: Wordwoth 5 Arexx Commands
- Date: Mon, 19 Feb 1996 22:46:46 GMT
- Message-ID: <957.6623T1361T1382@ryker.demon.co.uk>
- References: <689.6622T1093T2535@ryker.demon.co.uk> <824738324.10790@digita.demon.co.uk>
- NNTP-Posting-Host: ryker.demon.co.uk
- X-NNTP-Posting-Host: ryker.demon.co.uk
- X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
-
- > Regarding your problems, I suggest you check you have quotes around
- > the parameters for document width/height and TextFrame top/bottom
- > margins, e.g. `Document "12in" "4in"` for a custom page size of 12
- > inches by 4 inches.
-
- > If you still have problems then tell me exactly what your ARexx script
- > line is.
-
- Here is my test script.
-
- /* test.rexx */
-
-
- OPTIONS RESULTS
-
- NEW
- portname = result
- ADDRESS VALUE portname
-
- Document "12in" "6in"
-
- This produces a page 6x9 as previously stated. ALL values entered produce the
- same page size.
-
- DRAWTEXTFRAME accepts the left and right margins ok but always sets the top
- and bottom ones to 0.5
-
-
-
-
- --
- \|/
- @ @
- -------------------oOO-(_)-OOo-------------------------
-
- Daz Talbot: will@ryker.demon.co.uk
-
- >Mailserver: Send mail to mailserver@ryker.demon.co.uk<
- with HELP in the message body.
- -------------------------------------------------------
-
-